This commit is contained in:
李子铭 2024-11-27 15:18:50 +08:00
parent f1d8f8a8df
commit e15325fac9
2 changed files with 2 additions and 6 deletions

View File

@ -51,7 +51,7 @@ func alipayOrderRedPack() {
Account: "", Account: "",
Quantity: 1, Quantity: 1,
Amount: 0.01, Amount: 0.01,
Extra: []byte(`{"name":"李子铭"}`), Extra: []byte(`{"name":"李1子铭"}`),
}, },
Product: &proto.OrderRequest_Product{ Product: &proto.OrderRequest_Product{
ProductNo: "", ProductNo: "",

View File

@ -2,9 +2,5 @@ package main
// main 这只是一个演示 // main 这只是一个演示
func main() { func main() {
//alipayOrderRedPack() alipayOrderRedPack()
wechatOrderCpn()
//wechatQueryCpn()
//wechatRedPackQuery()
//alipayNotifyRedPack()
} }