更改mysql 连接 驱动

更改mysql 连接 驱动
This commit is contained in:
何全
2019-03-05 18:04:53 +08:00
parent 26a5fbe509
commit 182460ca8e
9 changed files with 32 additions and 20 deletions

View File

@@ -157,13 +157,13 @@ def bar():
### 注释Comment类 函数 注释
```
def AvailableZones(self, instance_charge_type, region_id):
def index(request):
"""
功能: 可用区
:param instance_charge_type: 计费方式
:param region_id: 地域
:return: ['cn-huhehaote-a', 'cn-huhehaote-b']
首页
:param request:
:return:
"""
```