Commit b03601d8 authored by wildfirecode's avatar wildfirecode

1

parent 18b21f9b
...@@ -1967,8 +1967,8 @@ export class NetManager extends ABNetManager { ...@@ -1967,8 +1967,8 @@ export class NetManager extends ABNetManager {
const net: INetData = { const net: INetData = {
name: NetName.DO_HELP, name: NetName.DO_HELP,
uri: '/customActivity/happyclear/doHelp', uri: '/customActivity/happyclear/doHelp',
type: 'post', type: 'get',
dataType: 'get', dataType: 'json',
param: { param: {
activityId: DataManager.ins.customCfgData.actId, activityId: DataManager.ins.customCfgData.actId,
shareCode: shareCode, shareCode: shareCode,
......
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