因?yàn)闆]有接口對接,發(fā)不了驗(yàn)證碼,所以沒辦法注冊買家用戶,只能通過數(shù)據(jù)庫eb_user表寫入買家賬號信息,但是我不知道系統(tǒng)密碼的加密方式。
INSERT INTO `eb_user` (`account`, `pwd`, `real_name`, `birthday`, `identity_card_no`, `tag_id`, `nickname`, `avatar`, `phone`, `country`, `province`, `city`, `district`, `address`, `sex`, `integral`, `experience`, `now_money`, `brokerage_price`, `level`, `sign_num`, `is_wechat_public`, `is_wechat_routine`, `pay_count`, `is_promoter`, `promoter_time`, `spread_uid`, `spread_time`, `spread_count`, `register_type`, `add_ip`, `last_ip`, `last_login_time`, `status`, `mark`, `create_time`, `update_time`, `is_logoff`, `logoff_time`, `is_wechat_ios`, `is_wechat_android`, `is_binding_ios`, `signature`) VALUES ('18292417675', 'f6mcpGQ8NEmwbab2TlkpUg==', '', '2023-07-20', '', '', '大粽子', 'crmebimage/public/maintain/2023/07/20/61572429cfa1469f9202b9ad347a8fa5wvw46mpcsa.jpg', '18292417675', 'CN', '北京市', '北京市', '', '', 0, 1, 1, 0.00, 0.00, 1, 0, 1, 1, 1, 0, NULL, 0, NULL, 1, 'routine', '', '', '2023-10-17 15:08:23', 1, '', '2023-07-20 09:37:32', '2023-10-18 17:30:08', 0, NULL, 1, 0, 0, '');INSERT INTO `eb_user` (`account`, `pwd`, `real_name`, `birthday`, `identity_card_no`, `tag_id`, `nickname`, `avatar`, `phone`, `country`, `province`, `city`, `district`, `address`, `sex`, `integral`, `experience`, `now_money`, `brokerage_price`, `level`, `sign_num`, `is_wechat_public`, `is_wechat_routine`, `pay_count`, `is_promoter`, `promoter_time`, `spread_uid`, `spread_time`, `spread_count`, `register_type`, `add_ip`, `last_ip`, `last_login_time`, `status`, `mark`, `create_time`, `update_time`, `is_logoff`, `logoff_time`, `is_wechat_ios`, `is_wechat_android`, `is_binding_ios`, `signature`) VALUES ('18292417675', 'f6mcpGQ8NEmwbab2TlkpUg==', '', '2023-07-20', '', '', '大粽子', 'crmebimage/public/maintain/2023/07/20/61572429cfa1469f9202b9ad347a8fa5wvw46mpcsa.jpg', '18292417675', 'CN', '北京市', '北京市', '', '', 0, 1, 1, 0.00, 0.00, 1, 0, 1, 1, 1, 0, NULL, 0, NULL, 1, 'routine', '', '', '2023-10-17 15:08:23', 1, '', '2023-07-20 09:37:32', '2023-10-18 17:30:08', 0, NULL, 1, 0, 0, '');
上面的默認(rèn)買家用戶信息,我改手機(jī)號碼和密碼以后登陸提示“用戶名或密碼不正確”。
求助一下這個(gè)里面的賬號,密碼和手機(jī)號我這邊可以自定義然后多生成幾個(gè)買家賬戶嗎?