1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

[小程序&后端] 修改出入码api接口

This commit is contained in:
2022-11-27 22:53:56 +08:00
parent 0fd28a2150
commit fcd46cba4f
5 changed files with 7 additions and 7 deletions

View File

@@ -67,7 +67,7 @@ export default {
Taro.showLoading({ title: '加载中' })
var that = this;
Taro.request({
url: `${this.baseUrl}/access/getCodeInfo`,
url: `${this.baseUrl}/access/code/getCodeInfo`,
method: "POST",
header: {
"Content-Type": "application/x-www-form-urlencoded" //用于post