作者 何书鹏
1 个管道 的构建 通过 耗费 3 秒

api更新

... ... @@ -901,7 +901,7 @@ class User extends Api
* @ApiParams (name="work_date", type="string", required=true, description="工作日期")
* @ApiParams (name="work_hours", type="string", required=true, description="工作时长")
* @ApiParams (name="work_price", type="string", required=true, description="工价")
* @ApiParams (name="work_type", type="string", required=true, description="班次")
* @ApiParams (name="work_type", type="string", required=true, description="班次:1=白班,2=夜班,3=休班")
* @ApiReturn ({
"code": 1,
"msg": "成功",
... ...
... ... @@ -4016,7 +4016,7 @@
<td>work_type</td>
<td>string</td>
<td></td>
<td>班次</td>
<td>班次:1=白班,2=夜班,3=休班</td>
</tr>
</tbody>
</table>
... ... @@ -4061,7 +4061,7 @@
</div>
<div class="form-group">
<label class="control-label" for="work_type">work_type</label>
<input type="string" class="form-control input-sm" id="work_type" required placeholder="班次" name="work_type">
<input type="string" class="form-control input-sm" id="work_type" required placeholder="班次:1=白班,2=夜班,3=休班" name="work_type">
</div>
<div class="form-group">
<button type="submit" class="btn btn-success send" rel="91">提交</button>
... ... @@ -15546,7 +15546,7 @@
<div class="row mt0 footer">
<div class="col-md-6" align="left">
Generated on 2021-02-03 16:35:05 </div>
Generated on 2021-02-03 16:59:33 </div>
<div class="col-md-6" align="right">
<a href="./" target="_blank">My Website</a>
</div>
... ...