From 01449e89326f974af08b5fea50f0974353eefb57 Mon Sep 17 00:00:00 2001 From: whychdw <49690745@qq.com> Date: 星期二, 10 八月 2021 16:31:03 +0800 Subject: [PATCH] 内容提交 --- src/assets/js/apis/uKey.js | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/assets/js/apis/uKey.js b/src/assets/js/apis/uKey.js index b18ae9e..d5cbebe 100644 --- a/src/assets/js/apis/uKey.js +++ b/src/assets/js/apis/uKey.js @@ -28,13 +28,15 @@ }) }); }, - bindUKey(UName, UKeyId) { + bindUKey(UName, UKeyId, UPubKeyX, UPubKeyY) { return axios({ method: "post", url: 'User_infAction!bindUKey', data: 'json='+JSON.stringify({ UName: UName, - UKey_ID:UKeyId + UKey_ID:UKeyId, + UPubKeyX, + UPubKeyY }) }); } -- Gitblit v1.9.1