1
This commit is contained in:
14
platformapi/tao_vegetable/api_test.go
Normal file
14
platformapi/tao_vegetable/api_test.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package tao_vegetable
|
||||
|
||||
import (
|
||||
"git.rosy.net.cn/baseapi/utils"
|
||||
"git.rosy.net.cn/jx-callback/globals"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestQueryToken(t *testing.T) {
|
||||
code := ""
|
||||
data, err := apiTao.GetStoreToken(code, "")
|
||||
globals.SugarLogger.Debugf("data := %s", utils.Format4Output(data, false))
|
||||
globals.SugarLogger.Debugf("err := %s", utils.Format4Output(err, false))
|
||||
}
|
||||
Reference in New Issue
Block a user