mirror of
				https://github.com/hiskang/acme.sh
				synced 2025-11-03 20:07:43 +00:00 
			
		
		
		
	add debug info
This commit is contained in:
		
							parent
							
								
									3910495cce
								
							
						
					
					
						commit
						32d8f349c9
					
				@ -50,9 +50,9 @@ _PDD_get_domain() {
 | 
			
		||||
  __last=0
 | 
			
		||||
  while [ $__last -eq 0 ]; do
 | 
			
		||||
    uri1="https://pddimp.yandex.ru/api2/admin/domain/domains?page=${__page}&on_page=20"
 | 
			
		||||
    res1=$(_get "$uri1" | _normalizeJson)
 | 
			
		||||
    #_debug "$res1"
 | 
			
		||||
    __found=$(echo "$res1" | sed -n -e 's#.* "found": \([^,]*\),.*#\1#p')
 | 
			
		||||
    res1="$(_get "$uri1" | _normalizeJson)"
 | 
			
		||||
    _debug2 "res1" "$res1"
 | 
			
		||||
    __found="$(echo "$res1" | sed -n -e 's#.* "found": \([^,]*\),.*#\1#p')"
 | 
			
		||||
    _debug "found: $__found results on page"
 | 
			
		||||
    if [ "$__found" -lt 20 ]; then
 | 
			
		||||
      _debug "last page: $__page"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user