type: opts.selected -> opts.type

This commit is contained in:
aj 2017-08-23 17:10:54 +00:00
父節點 bf71399d12
當前提交 effee987be
共有 1 個文件被更改,包括 1 次插入1 次删除

查看文件

@ -91,7 +91,7 @@ OAUTH3.api['dns.set'] = function (providerUri, opts) {
var tld = opts.tld;
var sld = opts.sld;
var sub = opts.sub;
var type = opts.selected;
var type = opts.type;
var value = opts.value;
var ttl = opts.ttl;
var priority = (opts.priority || '');