- fixed bug of jd api:OrderJDZBDelivery and DeliveryEndOrder.

This commit is contained in:
gazebo
2018-07-24 09:23:50 +08:00
parent 80fbee68a5
commit dd49babf29
6 changed files with 80 additions and 8 deletions

View File

@@ -18,6 +18,8 @@ func init() {
logger, _ := zap.NewDevelopment()
sugarLogger = logger.Sugar()
baseapi.Init(sugarLogger)
// sandbox
weixinapi = New("wxbf235770edaabc5c", "ba32b269a068a5b72486a0beafd171e8")
}