1
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package ali_logistics_query
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"git.rosy.net.cn/baseapi/utils"
|
||||
"git.rosy.net.cn/jx-callback/globals"
|
||||
"testing"
|
||||
@@ -18,3 +19,7 @@ func Test(t *testing.T) {
|
||||
globals.SugarLogger.Debugf("result======== %s", utils.Format4Output(result, false))
|
||||
globals.SugarLogger.Debugf("err======== %s", utils.Format4Output(err, false))
|
||||
}
|
||||
|
||||
func TestSkuStatus(t *testing.T) {
|
||||
fmt.Println("=", (2&2) != 0)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user