This website works better with JavaScript.
首頁
探索
說明
註冊
登入
FumaoPublic
/
gptAgent
關註
3
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
upload
master
HolyKnightIX
2 年之前
父節點
06890d8790
當前提交
8f3c5928e1
共有
3 個文件被更改
,包括
4 次插入
和
4 次删除
分割檢視
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
查看文件
@@ -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
查看文件
@@ -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
查看文件
@@ -31,7 +31,7 @@
"simulatorPluginLibVersion": {},
"condition": {},
"srcMiniprogramRoot": "miniprogram/",
"appid": "wx
edb9fb309728a9f1
",
"appid": "wx
f288a9b8167ff2ca
",
"libVersion": "2.31.0",
"editorSetting": {
"tabIndent": "insertSpaces",
Write
Preview
Loading…
取消
儲存