Files
jx-callback/business/jxstore/financial/bill_test.go
richboo111 54d726f006 cnt
2022-07-22 17:33:27 +08:00

15 lines
265 B
Go

package financial
import (
"testing"
)
func TestOnWXPayFinished(t *testing.T) {
//var (
// ctx *jxcontext.Context
//)
//if _, err := WXInvestMember(ctx, 1, "1303D7B2096011ED9A4C525400C36BDA", true); err != nil {
// t.Logf("微信购买会员失败")
//}
}