This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
FumaoPublic
/
gptAgent
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
upload
master
HolyKnightIX
1 year ago
parent
06890d8790
commit
8f3c5928e1
3 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
View File
@@ -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
View File
@@ -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
View File
@@ -31,7 +31,7 @@
"simulatorPluginLibVersion": {},
"condition": {},
"srcMiniprogramRoot": "miniprogram/",
"appid": "wx
edb9fb309728a9f1
",
"appid": "wx
f288a9b8167ff2ca
",
"libVersion": "2.31.0",
"editorSetting": {
"tabIndent": "insertSpaces",
Write
Preview
Loading…
Cancel
Save