mirror of
https://github.com/hequan2017/seal.git
synced 2026-04-13 17:59:52 +08:00
更改mysql 连接 驱动
更改mysql 连接 驱动
This commit is contained in:
@@ -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:
|
||||
"""
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user