chong

Updated 客户端相关配置接口 (markdown)

@@ -7,8 +7,10 @@ info_url:http://api.boxfish.cn/info @@ -7,8 +7,10 @@ info_url:http://api.boxfish.cn/info
7 ```json 7 ```json
8 { 8 {
9 "queue":{ 9 "queue":{
10 - "log_queue_url": "http://1296825402699921.mns.cn-hangzhou.aliyuncs.com/queues/${boxfish-log-v2}", 10 + "log_queue_url": "http://1296825402699921.mns.cn-hangzhou.aliyuncs.com/",
11 - "event_queue_url":"http://1296825402699921.mns.cn-hangzhou.aliyuncs.com/queues/${boxfish-word-event}" 11 + "log_queue_name":"queues/${boxfish-log-v2}"
  12 + "event_queue_url":"http://1296825402699921.mns.cn-hangzhou.aliyuncs.com/"
  13 + "event_queue_name":"queues/${boxfish-word-event}"
12 } 14 }
13 } 15 }
14 ``` 16 ```