Files
jx-callback/business/jxstore/financial/bill_test.go
richboo111 ed5deec4f4 add
2022-07-22 14:05:15 +08:00

16 lines
311 B
Go

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