修复接口异常问题

This commit is contained in:
dragon
2024-12-19 18:31:28 +08:00
parent 09b84a8618
commit 6d0cbfde3a

View File

@@ -173,7 +173,7 @@ function getConfig() {
function inviteReceive() {
showLoading()
networkRequest({
type: 'get',
type: 'post',
url: urlPrefix + '/user/invite/receive',
success(res) {
if (res.code === 200) {
@@ -196,7 +196,7 @@ $('.bg .myIncome .text').click(function(){
function getMySelf() {
showLoading()
networkRequest({
type: 'post',
type: 'get',
url: urlPrefix + '/user/invite/mySelf',
success(res) {
if (res.code === 200) {