修改请求方式

This commit is contained in:
dragon
2024-12-19 17:58:56 +08:00
parent 8b20293ac3
commit 09b84a8618

View File

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