This website works better with JavaScript.
Home
Explore
Help
Sign In
go_rely_warehouse
/
zyos_go_third_party_api
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
30
Wiki
Activity
Browse Source
test
tags/v1.1.18
huangjiajun
1 year ago
parent
d82d5ca348
commit
b574be406e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
macao_logistics/macao_logistics.go
+ 1
- 1
macao_logistics/macao_logistics.go
View File
@@ -52,5 +52,5 @@ func GetAddress(params map[string]interface{}, acctoken string) string {
if err != nil {
return ""
}
return gjson.Get(send, "data
.data
").String()
return gjson.Get(send, "data").String()
}
Write
Preview
Loading…
Cancel
Save