| @@ -17,7 +17,8 @@ type AppConfig struct { | |||
| UrlCallBack string `json:UrlCallBack` | |||
| } `json:Rpn` | |||
| LeanWork struct { | |||
| MD5Key string `json:MD5Key` | |||
| MD5P2P string `json:MD5P2P` | |||
| MD5FAT string `json:MD5FA5` | |||
| } `json:LeanWork` | |||
| DB struct { | |||
| Driver string `json:Driver` | |||
| @@ -8,9 +8,8 @@ | |||
| "UrlCallBack": "http://rpn.supertraderfx.ayvwd8em49pvoa3g.com/rpn_notify" | |||
| }, | |||
| "LeanWork": { | |||
| "MD5Key": "492815086935204", | |||
| "MD5P2P": "370296119874502", | |||
| "MD5FAT": "207841502473198" | |||
| "MD5P2P": "492815086935204", | |||
| "MD5FAT": "769453271365940" | |||
| }, | |||
| "DB": { | |||
| "Driver": "mysql", | |||
| @@ -8,10 +8,8 @@ | |||
| "UrlCallBack": "http://debug.biukop.com:8080/rpn_notify" | |||
| }, | |||
| "LeanWork": { | |||
| "MD5KEY2": "370296119874502", | |||
| "MD5Key": "492815086935204", | |||
| "MD5P2P": "370296119874502", | |||
| "MD5FAT": "207841502473198" | |||
| "MD5P2P": "492815086935204", | |||
| "MD5FAT": "769453271365940" | |||
| }, | |||
| "DB": { | |||
| "Driver": "mysql", | |||