Commit a7c203be authored by 邱旭's avatar 邱旭

1

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