Commit 3f26249d authored by 邱旭's avatar 邱旭

1

parent 814d3f13
......@@ -1987,7 +1987,7 @@ export class NetManager extends ABNetManager {
const net: INetData = {
name: NetName.GET_INVATE_INFO,
uri: '/customActivity/happyclear/invitationInfo',
type: 'post',
type: 'get',
dataType: 'json',
param: {
activityId: DataManager.ins.customCfgData.actId,
......@@ -2005,7 +2005,7 @@ export class NetManager extends ABNetManager {
const net: INetData = {
name: NetName.ACCEPT_INVITATION,
uri: '/customActivity/happyclear/acceptInvitationInfo',
type: 'post',
type: 'get',
dataType: 'json',
param: {
activityId: DataManager.ins.customCfgData.actId,
......@@ -2019,7 +2019,7 @@ export class NetManager extends ABNetManager {
const net: INetData = {
name: NetName.ACCEPT_INVITATION,
uri: '/customActivity/happyclear/acceptInvitationPrize',
type: 'post',
type: 'get',
dataType: 'json',
param: {
activityId: DataManager.ins.customCfgData.actId,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment