chore(czcf82): Spring profiles, migration docs, and shop URLs

Add per-shop application YAML, company data migration notes and SQL
supplements, and point admin, API, and uni-app at czcf82 endpoints.

Made-with: Cursor
This commit is contained in:
danaisuiyuan
2026-04-26 15:55:22 +08:00
parent 18b74a131a
commit eb349ffa74
30 changed files with 3376 additions and 24 deletions

View File

@@ -0,0 +1,18 @@
-- czcf82 migration supplement for missing user_id=93193
-- 目标库czcf82 环境的 yangtangyoupin
-- 执行方式mysql -h 121.43.134.82 -u yangtangyoupin -p yangtangyoupin < docs/company-czcf82-data-imgration-93193-supplement.sql
SET NAMES utf8mb4;
SET FOREIGN_KEY_CHECKS=0;
START TRANSACTION;
-- eb_user: 1 row(s)
INSERT IGNORE INTO `eb_user` VALUES
(93193,'13355668168','994899de3261361802020af646b5ba5c','','','','',NULL,'','','133****8168','/app/admin/avatar.png','13355668168','183.165.254.214','183.165.254.214',0.00,0.00,0.000,0,0,1,1,93132,'2026-04-16 10:40:01','H5',0,0,0,'',0,'h5','2026-04-16 10:32:36','2026-04-16 10:40:01','2026-04-16 10:33:00',NULL,'/0/',0,NULL,1,'CN',NULL);
-- wa_users: 1 row(s)
INSERT IGNORE INTO `wa_users` VALUES
(93193,93132,'13355668168','王珍','13355668168','994899de3261361802020af646b5ba5c','ghQBPm','1','/app/admin/avatar.png','wr4ajq',1,NULL,0.000,0.000,0.000,0.000,0,'2026-04-16 19:53:38','114.103.65.208','2026-04-16 18:32:36','183.165.254.214',NULL,'2026-04-16 18:32:36','2026-04-16 19:53:38',1,NULL,0,'https://anyue.szxingming.com/crmebimage/public/user/2026/04/16/53426fd58e0c45f38e372e3216b0e7846umzp0qta0.pdf',0,1,NULL,NULL);
COMMIT;
SET FOREIGN_KEY_CHECKS=1;