|
@@ -18,7 +18,7 @@ func Test_Main(t *testing.T) {
|
|
defer client.Close()
|
|
defer client.Close()
|
|
b, _ := json.Marshal(map[string]interface{}{
|
|
b, _ := json.Marshal(map[string]interface{}{
|
|
"id": "01",
|
|
"id": "01",
|
|
- "phones": "1503787076",
|
|
|
|
|
|
+ "phones": "15037870765",
|
|
"params": []string{date.NowFormat("150405")},
|
|
"params": []string{date.NowFormat("150405")},
|
|
"ip": "123.3.3.2",
|
|
"ip": "123.3.3.2",
|
|
})
|
|
})
|