1
This commit is contained in:
@@ -49,13 +49,13 @@ func TestQueryUnansweredInvoice(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestBathUpdateInvoiceSetting(t *testing.T) {
|
||||
api.BathUpdateInvoiceSetting("1298742562", &StoreInvoiceSetting{
|
||||
api.BathUpdateInvoiceSetting("32267545379", &StoreInvoiceSetting{
|
||||
InvoiceMaterial: "ELECTRONIC",
|
||||
InvoiceClass: "VAT_COMMON",
|
||||
InvoiceContact: struct {
|
||||
Person string `json:"person"`
|
||||
Phone string `json:"phone"`
|
||||
}{Person: "老板", Phone: "15020067079"},
|
||||
}{Person: "老板", Phone: "13551100183"},
|
||||
InvoiceMode: "SYS_MANUAL",
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user