Commit a7c203be authored by 邱旭's avatar 邱旭

1

parent 47da9a1c
...@@ -86,6 +86,7 @@ export enum NetName { ...@@ -86,6 +86,7 @@ export enum NetName {
GET_TASKINFO, GET_TASKINFO,
EXCHANGE_COIN, EXCHANGE_COIN,
GET_CLOUD_NUM, GET_CLOUD_NUM,
GET_CONFIG,
} }
\ No newline at end of file
...@@ -2330,7 +2330,7 @@ export class NetManager extends ABNetManager { ...@@ -2330,7 +2330,7 @@ export class NetManager extends ABNetManager {
public getConfigInfo(callback: Function): void { public getConfigInfo(callback: Function): void {
const net: INetData = { const net: INetData = {
name: NetName.GET_TASKINFO, name: NetName.GET_CONFIG,
uri: window['duiba'] + '/customActivity/happyclear/getConfigInfo', uri: window['duiba'] + '/customActivity/happyclear/getConfigInfo',
type: 'get', type: 'get',
dataType: 'json', dataType: 'json',
......
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