diff options
author | HuabingZhao <zhaohuabing@zte.com.cn> | 2016-08-13 14:10:39 +0800 |
---|---|---|
committer | HuabingZhao <zhao.huabing@zte.com.cn> | 2016-08-13 16:10:38 +0800 |
commit | 4ed15bda06c8e9a407c12d527b8224737ba339d5 (patch) | |
tree | ff51edcca2435a31c0cc7ee22b70348c74aa118d /apiroute/apiroute-service/src/main/resources/api-doc/o2c.html | |
parent | 29c0018a50104f18b34277cc01720c0b3e401212 (diff) |
Initial code import
Change-Id: I839b84e5200aedece6c33deb16bec1bf9dbb61df
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
Diffstat (limited to 'apiroute/apiroute-service/src/main/resources/api-doc/o2c.html')
-rw-r--r-- | apiroute/apiroute-service/src/main/resources/api-doc/o2c.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/apiroute/apiroute-service/src/main/resources/api-doc/o2c.html b/apiroute/apiroute-service/src/main/resources/api-doc/o2c.html new file mode 100644 index 0000000..88e8bf1 --- /dev/null +++ b/apiroute/apiroute-service/src/main/resources/api-doc/o2c.html @@ -0,0 +1,20 @@ +<script> +var qp = null; +if(window.location.hash) { + qp = location.hash.substring(1); +} +else { + qp = location.search.substring(1); +} +qp = qp ? JSON.parse('{"' + qp.replace(/&/g, '","').replace(/=/g,'":"') + '"}', + function(key, value) { + return key===""?value:decodeURIComponent(value) } + ):{} + +if (window.opener.swaggerUi.tokenUrl) + window.opener.processOAuthCode(qp); +else + window.opener.onOAuthComplete(qp); + +window.close(); +</script>
\ No newline at end of file |