feat: UFO H5 服务号 OAuth 登录与同商户公众号 JSAPI 支付
This commit is contained in:
22
jituan/migrations/0022_user_wx_openid_wx_appid.py
Normal file
22
jituan/migrations/0022_user_wx_openid_wx_appid.py
Normal file
@@ -0,0 +1,22 @@
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('jituan', '0021_club_migrate'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='userwxopenid',
|
||||
name='wx_appid',
|
||||
field=models.CharField(
|
||||
blank=True,
|
||||
default='',
|
||||
db_index=True,
|
||||
help_text='产生该 openid 的 AppID:小程序或服务号;空=历史小程序绑定',
|
||||
max_length=32,
|
||||
),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user