修复接口异常问题
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user