|
@@ -324,10 +324,6 @@ class WechatService:
|
|
|
@staticmethod
|
|
@staticmethod
|
|
|
def getKbmUrl(request):
|
|
def getKbmUrl(request):
|
|
|
openid = request.POST.get("openid")
|
|
openid = request.POST.get("openid")
|
|
|
-
|
|
|
|
|
- # waibu = "https://ai.raycos.net/api/v1/run/951e3ba4-c66a-496c-9497-7dbddc2647f8?stream=false"
|
|
|
|
|
- # neibu = "https://ai.raycos.net/api/v1/run/9263c538-2cd2-4c1b-8c9a-3bb986920d6d?stream=false"
|
|
|
|
|
- #
|
|
|
|
|
info = WechatUser.objects.filter(openid=openid).exclude(status=4).first()
|
|
info = WechatUser.objects.filter(openid=openid).exclude(status=4).first()
|
|
|
waibu = {}
|
|
waibu = {}
|
|
|
waibuurl = "http://58.246.234.210:7860/api/v1/run/2f1faff2-99df-4821-87d6-43d693084c4b?stream=false"
|
|
waibuurl = "http://58.246.234.210:7860/api/v1/run/2f1faff2-99df-4821-87d6-43d693084c4b?stream=false"
|