This commit is contained in:
邹宗楠
2025-08-12 17:52:16 +08:00
parent 4f11f14a86
commit e2a9064949
2 changed files with 59 additions and 0 deletions

View File

@@ -231,3 +231,8 @@ func TestGetImage(t *testing.T) {
globals.SugarLogger.Debugf("---%s", string(data))
}
func TestUploadInvoice(t *testing.T) {
err := api.UploadInvoice("12532643754865764", "https://s3plus.meituan.com/invoice/h1d28903f293gd9g19rgf21e", "71209468123", "192473206944002876")
globals.SugarLogger.Debugf("--err := %v", err)
}