摘要: 1、前端代码实例 代码都写了备注,就自己看看吧 <button type="button" class="layui-btn layui-btn-color border-radius" onclick="sendCode()" id="btnSendCode">获取验证码</button> // 阅读全文
posted @ 2021-12-09 14:06 百年盟誓 阅读(371) 评论(0) 推荐(0)
摘要: WebApi 控制器代码实例 [HttpPost] public async Task<IActionResult> AcceptanceExportDate(AcceptanceEntryRequest input) { List<AcceptanceEntryResponse> exports 阅读全文
posted @ 2021-11-10 17:31 百年盟誓 阅读(587) 评论(0) 推荐(0)