- 精华
- 阅读权限
- 110
- 好友
- 相册
- 分享
- 听众
- 收听
- 注册时间
- 2015-6-26
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|
发表于 2019-12-30 13:25:04
|
显示全部楼层
80EX注册帐号
use dnmembership
exec __NX__CreateAccount '帐号7位数','密码7位数'
---------------------------------------------------------
点卷通用
USE [DNMembership]
GO
DECLARE @return_value int
EXEC dbo.P_AddCashIncome
@nvcAccountName = '账号',
@inyCashIncomeCode = 0,
@inyPGCode = 0,
@nvcPGKey = 0,
@intCashAmount = 88888888 |
|