ryy.js 317 Bytes
import request from '../../service/request.js'
import utils from '../../service/utils.js'
export default {
	// 获取儿童手环信息
	getChild(pages) {
		return request.get('/childStay/records/getUserProtect',pages)
	},
	addRegistration(data) {
		return request.post('/childAdopt/registration',data)
	}
}