Deze website werkt beter met JavaScript.
Beginscherm
Verkennen
Help
Registreren
Inloggen
FumaoPublic
/
gptAgent
Volgen
3
Ster
0
Vork
0
Code
Kwesties
0
Pull-aanvragen
0
Publicaties
0
Wiki
Activiteit
Bladeren bron
upload
master
HolyKnightIX
2 jaren geleden
bovenliggende
56ac2d7ee4
commit
c236a84990
3 gewijzigde bestanden
met
toevoegingen van 4
en
4 verwijderingen
Zij-aan-zij weergave
Diff opties
Statistieken weergeven
Download Patch-bestand
Download Diff-bestand
+1
-1
miniprogram/pages/chat/chat.js
+2
-2
miniprogram/utils/request.js
+1
-1
project.config.json
+ 1
- 1
miniprogram/pages/chat/chat.js
Bestand weergeven
@@ -43,7 +43,7 @@ Page({
const that = this
return new Promise((resolve, reject) => {
const data = {
appId: 'wx
edb9fb309728a9f1
',
appId: 'wx
f288a9b8167ff2ca
',
message
}
request.post({
+ 2
- 2
miniprogram/utils/request.js
Bestand weergeven
@@ -33,9 +33,9 @@ class request {
/**
* @description 小程序appId
* @returns {string} wx
edb9fb309728a9f1
* @returns {string} wx
f288a9b8167ff2ca
*/
appId = 'wx
edb9fb309728a9f1
';
appId = 'wx
f288a9b8167ff2ca
';
/**
* @description get
+ 1
- 1
project.config.json
Bestand weergeven
@@ -31,7 +31,7 @@
"simulatorPluginLibVersion": {},
"condition": {},
"srcMiniprogramRoot": "miniprogram/",
"appid": "wx
edb9fb309728a9f1
",
"appid": "wx
f288a9b8167ff2ca
",
"libVersion": "2.31.0",
"editorSetting": {
"tabIndent": "insertSpaces",
Schrijf
Voorbeeld
Laden…
Annuleren
Opslaan