This commit is contained in:
suyl
2021-09-17 09:44:33 +08:00
parent e895a25b98
commit 737c14dd03
4 changed files with 6 additions and 6 deletions

View File

@@ -15,7 +15,7 @@ func TestQueryOassBussMoney(t *testing.T) {
}
func TestCheckAfsBill(t *testing.T) {
bussResult, bussErr := api.CheckAfsBill("2114753262000162")
bussResult, bussErr := api.CheckAfsBill("2120115682000452")
if bussErr != nil {
t.Error(bussErr.Error())
}

View File

@@ -23,7 +23,7 @@ func init() {
// sandbox
// api = New("594ab45a-9a73-4a43-82b0-a64cbd55d883", "06692746f7224695ad4788ce340bc854", "d6b42a35a7414a5490d811654d745c84")
// prod
api = New("b08beee9-6bfe-4efd-b058-3ec2fa16030f", "5d86da1b55ee4c9281007ca741de494d", "287d6a8172a645468256e18a0b72d719")
api = New("1c14b86e-54f0-4048-9062-c6aed5438578", "1dba76d40cac446ca500c0391a0b6c9d", "a88d031a1e7b462cb1579f12e97fe7f4")
// 天天果园
//api = New("c45e6510-00ba-4be2-977e-bcb9c9792cc7", "5d5577a2506f41b8b4ec520ba83490f5", "0b01b9eeb15b41dab1c3d05d95c17a26")

View File

@@ -95,7 +95,7 @@ func TestGetAfsService(t *testing.T) {
}
func TestGetAfsService2(t *testing.T) {
result, err := api.GetAfsService2("22565438")
result, err := api.GetAfsService2("34778110")
if err != nil {
t.Fatal(err.Error())
}